multipleHilites
Type
property
Summary
Whether multiple segments may be highlighted simultaneously
Syntax
get the multipleHilites of <widget>
set the multipleHilites of <widget> to { true | false }
Description
When the multipleHilites property is true
, more than one segemnt
can be highlighted at once. If it is false
, then highlighting a
segment removes the highlight from all other segments.
If the multipleHilites is set to false
while there is more than
one segment highlighted, then all segments are immediately
dehighlighted and the hiliteChanged message is sent.
Related
message: hiliteChanged
property: hilitedItems, hilitedItemNames